﻿2026-07-09T09:29:57.8965438Z Current runner version: '2.335.1'
2026-07-09T09:29:57.8970540Z Runner name: 'kitsubito'
2026-07-09T09:29:57.8971093Z Runner group name: 'Default'
2026-07-09T09:29:57.8971877Z Machine name: 'KITSUBITO'
2026-07-09T09:29:57.8973980Z ##[group]GITHUB_TOKEN Permissions
2026-07-09T09:29:57.8976090Z Contents: read
2026-07-09T09:29:57.8976518Z Metadata: read
2026-07-09T09:29:57.8976914Z Packages: read
2026-07-09T09:29:57.8977302Z ##[endgroup]
2026-07-09T09:29:57.8979180Z Secret source: Actions
2026-07-09T09:29:57.8979733Z Prepare workflow directory
2026-07-09T09:29:57.9457763Z Prepare all required actions
2026-07-09T09:29:57.9495923Z Getting action download info
2026-07-09T09:29:58.3651944Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-09T09:29:58.9301472Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-07-09T09:29:59.0339823Z ##[group]Run actions/checkout@v5
2026-07-09T09:29:59.0340675Z with:
2026-07-09T09:29:59.0341059Z   fetch-depth: 0
2026-07-09T09:29:59.0341535Z   repository: SaberMage/spt-core
2026-07-09T09:29:59.0344672Z   token: ***
2026-07-09T09:29:59.0345068Z   ssh-strict: true
2026-07-09T09:29:59.0345474Z   ssh-user: git
2026-07-09T09:29:59.0345882Z   persist-credentials: true
2026-07-09T09:29:59.0346337Z   clean: true
2026-07-09T09:29:59.0346743Z   sparse-checkout-cone-mode: true
2026-07-09T09:29:59.0347206Z   fetch-tags: false
2026-07-09T09:29:59.0347601Z   show-progress: true
2026-07-09T09:29:59.0348012Z   lfs: false
2026-07-09T09:29:59.0348394Z   submodules: false
2026-07-09T09:29:59.0348810Z   set-safe-directory: true
2026-07-09T09:29:59.0349778Z ##[endgroup]
2026-07-09T09:29:59.1188533Z Syncing repository: SaberMage/spt-core
2026-07-09T09:29:59.1190426Z ##[group]Getting Git version info
2026-07-09T09:29:59.1191223Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-09T09:29:59.1192177Z [command]/usr/bin/git version
2026-07-09T09:29:59.1219875Z git version 2.43.0
2026-07-09T09:29:59.1237552Z ##[endgroup]
2026-07-09T09:29:59.1248670Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/3a791631-f9f5-4406-89f1-907d346067cb' before making global git config changes
2026-07-09T09:29:59.1250165Z Adding repository directory to the temporary git global config as a safe directory
2026-07-09T09:29:59.1252147Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-09T09:29:59.1286013Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-09T09:29:59.1306578Z https://github.com/SaberMage/spt-core
2026-07-09T09:29:59.1317167Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-09T09:29:59.1319868Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-09T09:29:59.1392511Z HEAD
2026-07-09T09:29:59.1428477Z ##[endgroup]
2026-07-09T09:29:59.1429420Z [command]/usr/bin/git submodule status
2026-07-09T09:29:59.1623125Z ##[group]Cleaning the repository
2026-07-09T09:29:59.1625626Z [command]/usr/bin/git clean -ffdx
2026-07-09T09:30:02.5945225Z Removing .adapter-notify/
2026-07-09T09:30:02.5945798Z Removing target/
2026-07-09T09:30:02.5955390Z [command]/usr/bin/git reset --hard HEAD
2026-07-09T09:30:02.6821005Z HEAD is now at 015eae70c Merge ca8058edb413c8b952255a22f9c91101ab6903b1 into ae82332bf753eabb0d4f47dd768597217bce6083
2026-07-09T09:30:02.6830649Z ##[endgroup]
2026-07-09T09:30:02.6832910Z ##[group]Disabling automatic garbage collection
2026-07-09T09:30:02.6836898Z [command]/usr/bin/git config --local gc.auto 0
2026-07-09T09:30:02.6867735Z ##[endgroup]
2026-07-09T09:30:02.6868219Z ##[group]Setting up auth
2026-07-09T09:30:02.6874130Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-09T09:30:02.6910324Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-09T09:30:02.7116102Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-09T09:30:02.7140142Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-09T09:30:02.7332819Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-09T09:30:02.7360088Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-09T09:30:02.7550129Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-09T09:30:02.7578652Z ##[endgroup]
2026-07-09T09:30:02.7579319Z ##[group]Fetching the repository
2026-07-09T09:30:02.7585701Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +015eae70c1b58ac71b8564b69094ea7a5df1211c:refs/remotes/pull/68/merge
2026-07-09T09:30:03.5578631Z From https://github.com/SaberMage/spt-core
2026-07-09T09:30:03.5579494Z  + 02852d9b5...ca8058edb pump-w2-design -> origin/pump-w2-design  (forced update)
2026-07-09T09:30:03.5629242Z ##[endgroup]
2026-07-09T09:30:03.5629900Z ##[group]Determining the checkout info
2026-07-09T09:30:03.5630463Z ##[endgroup]
2026-07-09T09:30:03.5634508Z [command]/usr/bin/git sparse-checkout disable
2026-07-09T09:30:03.5680752Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-09T09:30:03.5714066Z ##[group]Checking out the ref
2026-07-09T09:30:03.5714544Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/68/merge
2026-07-09T09:30:03.5776107Z HEAD is now at 015eae70c Merge ca8058edb413c8b952255a22f9c91101ab6903b1 into ae82332bf753eabb0d4f47dd768597217bce6083
2026-07-09T09:30:03.5783392Z ##[endgroup]
2026-07-09T09:30:03.5836658Z [command]/usr/bin/git log -1 --format=%H
2026-07-09T09:30:03.5873697Z 015eae70c1b58ac71b8564b69094ea7a5df1211c
2026-07-09T09:30:03.6090870Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-07-09T09:30:03.6091499Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-07-09T09:30:03.6109406Z shell: /usr/bin/bash -e {0}
2026-07-09T09:30:03.6109654Z ##[endgroup]
2026-07-09T09:30:03.6245052Z ##[group]Run set -euo pipefail
2026-07-09T09:30:03.6245405Z [36;1mset -euo pipefail[0m
2026-07-09T09:30:03.6245652Z [36;1mPIN=0c95435[0m
2026-07-09T09:30:03.6245875Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-09T09:30:03.6246155Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-09T09:30:03.6246523Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-09T09:30:03.6246984Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-09T09:30:03.6247490Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-09T09:30:03.6247891Z [36;1m  rm -rf "$CACHE"[0m
2026-07-09T09:30:03.6248148Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-09T09:30:03.6248430Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-09T09:30:03.6248778Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-09T09:30:03.6249267Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-09T09:30:03.6249519Z [36;1mfi[0m
2026-07-09T09:30:03.6249821Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-09T09:30:03.6266593Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-09T09:30:03.6266910Z env:
2026-07-09T09:30:03.6267122Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-09T09:30:03.6267371Z ##[endgroup]
2026-07-09T09:30:03.9712304Z    Compiling proc-macro2 v1.0.106
2026-07-09T09:30:03.9712929Z    Compiling unicode-ident v1.0.24
2026-07-09T09:30:03.9713478Z    Compiling quote v1.0.45
2026-07-09T09:30:03.9713989Z    Compiling libc v0.2.186
2026-07-09T09:30:03.9715053Z    Compiling serde_core v1.0.228
2026-07-09T09:30:03.9715534Z    Compiling cfg-if v1.0.4
2026-07-09T09:30:03.9747515Z    Compiling serde v1.0.228
2026-07-09T09:30:03.9804636Z    Compiling log v0.4.32
2026-07-09T09:30:03.9865013Z    Compiling pin-project-lite v0.2.17
2026-07-09T09:30:03.9866158Z    Compiling portable-atomic v1.13.1
2026-07-09T09:30:03.9889664Z    Compiling typenum v1.20.1
2026-07-09T09:30:03.9961900Z    Compiling memchr v2.8.1
2026-07-09T09:30:04.0004475Z    Compiling version_check v0.9.5
2026-07-09T09:30:04.0005802Z    Compiling critical-section v1.2.0
2026-07-09T09:30:04.0006460Z    Compiling find-msvc-tools v0.1.9
2026-07-09T09:30:04.0559839Z    Compiling shlex v2.0.1
2026-07-09T09:30:04.1047562Z    Compiling bytes v1.11.1
2026-07-09T09:30:04.1179860Z    Compiling futures-core v0.3.32
2026-07-09T09:30:04.2015320Z    Compiling subtle v2.6.1
2026-07-09T09:30:04.2762537Z    Compiling equivalent v1.0.2
2026-07-09T09:30:04.3289238Z    Compiling smallvec v1.15.1
2026-07-09T09:30:04.3537946Z    Compiling itoa v1.0.18
2026-07-09T09:30:04.3612506Z    Compiling semver v1.0.28
2026-07-09T09:30:04.3853254Z    Compiling stable_deref_trait v1.2.1
2026-07-09T09:30:04.4027936Z    Compiling futures-io v0.3.32
2026-07-09T09:30:04.4381872Z    Compiling futures-sink v0.3.32
2026-07-09T09:30:04.4762457Z    Compiling slab v0.4.12
2026-07-09T09:30:04.5443486Z    Compiling futures-task v0.3.32
2026-07-09T09:30:04.5833249Z    Compiling futures-channel v0.3.32
2026-07-09T09:30:04.6090952Z    Compiling generic-array v0.14.7
2026-07-09T09:30:04.6703099Z    Compiling rand_core v0.10.1
2026-07-09T09:30:04.6718400Z    Compiling hashbrown v0.17.1
2026-07-09T09:30:04.6748680Z    Compiling bitflags v2.12.1
2026-07-09T09:30:04.7001024Z    Compiling rustversion v1.0.22
2026-07-09T09:30:04.7840898Z    Compiling rustc_version v0.4.1
2026-07-09T09:30:04.8177209Z    Compiling getrandom v0.4.2
2026-07-09T09:30:04.8651677Z    Compiling cpufeatures v0.2.17
2026-07-09T09:30:04.8890744Z    Compiling fnv v1.0.7
2026-07-09T09:30:04.9270223Z    Compiling cfg_aliases v0.2.1
2026-07-09T09:30:04.9443222Z    Compiling strsim v0.11.1
2026-07-09T09:30:04.9688268Z    Compiling litemap v0.8.2
2026-07-09T09:30:04.9930875Z    Compiling writeable v0.6.3
2026-07-09T09:30:05.0301518Z    Compiling dunce v1.0.5
2026-07-09T09:30:05.1050334Z    Compiling fs_extra v1.3.0
2026-07-09T09:30:05.1204367Z    Compiling icu_normalizer_data v2.2.0
2026-07-09T09:30:05.1890534Z    Compiling ident_case v1.0.1
2026-07-09T09:30:05.2330950Z    Compiling utf8_iter v1.0.4
2026-07-09T09:30:05.2803487Z    Compiling icu_properties_data v2.2.0
2026-07-09T09:30:05.2910444Z    Compiling percent-encoding v2.3.2
2026-07-09T09:30:05.2951805Z    Compiling autocfg v1.5.1
2026-07-09T09:30:05.4611839Z    Compiling http v1.4.1
2026-07-09T09:30:05.5526773Z    Compiling aws-lc-rs v1.17.0
2026-07-09T09:30:05.5593190Z    Compiling thiserror v2.0.18
2026-07-09T09:30:05.6138525Z    Compiling unicode-segmentation v1.13.3
2026-07-09T09:30:05.6358159Z    Compiling syn v2.0.117
2026-07-09T09:30:05.6387688Z    Compiling cpufeatures v0.3.0
2026-07-09T09:30:05.6990743Z    Compiling indexmap v2.14.0
2026-07-09T09:30:05.7090526Z    Compiling scopeguard v1.2.0
2026-07-09T09:30:05.7309452Z    Compiling chacha20 v0.10.0
2026-07-09T09:30:05.7880685Z    Compiling form_urlencoded v1.2.2
2026-07-09T09:30:05.7950656Z    Compiling untrusted v0.9.0
2026-07-09T09:30:05.8417384Z    Compiling lock_api v0.4.14
2026-07-09T09:30:05.8620765Z    Compiling rustls v0.23.40
2026-07-09T09:30:05.8900724Z    Compiling heck v0.5.0
2026-07-09T09:30:05.9050981Z    Compiling unicode-xid v0.2.6
2026-07-09T09:30:06.0416534Z    Compiling const-oid v0.10.2
2026-07-09T09:30:06.0610529Z    Compiling atomic-waker v1.1.2
2026-07-09T09:30:06.0640479Z    Compiling anyhow v1.0.102
2026-07-09T09:30:06.1014654Z    Compiling zerocopy v0.8.50
2026-07-09T09:30:06.1450409Z    Compiling paste v1.0.15
2026-07-09T09:30:06.1550572Z    Compiling convert_case v0.10.0
2026-07-09T09:30:06.1973439Z    Compiling httparse v1.10.1
2026-07-09T09:30:06.1974918Z    Compiling parking_lot_core v0.9.12
2026-07-09T09:30:06.1975379Z    Compiling num-traits v0.2.19
2026-07-09T09:30:06.2720671Z    Compiling hybrid-array v0.4.12
2026-07-09T09:30:06.3288479Z    Compiling crypto-common v0.1.7
2026-07-09T09:30:06.3482945Z    Compiling block-buffer v0.10.4
2026-07-09T09:30:06.4293516Z    Compiling jobserver v0.1.34
2026-07-09T09:30:06.4606015Z    Compiling curve25519-dalek v4.1.3
2026-07-09T09:30:06.4821648Z    Compiling ahash v0.8.12
2026-07-09T09:30:06.4894536Z    Compiling digest v0.10.7
2026-07-09T09:30:06.5300653Z    Compiling base64ct v1.8.3
2026-07-09T09:30:06.5500468Z    Compiling either v1.16.0
2026-07-09T09:30:06.5640870Z    Compiling fastrand v2.4.1
2026-07-09T09:30:06.6940638Z    Compiling powerfmt v0.2.0
2026-07-09T09:30:06.8411690Z    Compiling cc v1.2.63
2026-07-09T09:30:06.8600438Z    Compiling pem-rfc7468 v1.0.0
2026-07-09T09:30:06.9560981Z    Compiling deranged v0.5.8
2026-07-09T09:30:06.9910572Z    Compiling http-body v1.0.1
2026-07-09T09:30:07.0036804Z    Compiling vcpkg v0.2.15
2026-07-09T09:30:07.0291150Z    Compiling num-conv v0.2.2
2026-07-09T09:30:07.0557882Z    Compiling data-encoding v2.11.0
2026-07-09T09:30:07.0741788Z    Compiling time-core v0.1.8
2026-07-09T09:30:07.1720287Z    Compiling try-lock v0.2.5
2026-07-09T09:30:07.2438232Z    Compiling tower-service v0.3.3
2026-07-09T09:30:07.2830922Z    Compiling base64 v0.22.1
2026-07-09T09:30:07.2990819Z    Compiling zmij v1.0.21
2026-07-09T09:30:07.3311593Z    Compiling pkg-config v0.3.33
2026-07-09T09:30:07.3470847Z    Compiling mio v1.2.1
2026-07-09T09:30:07.3510391Z    Compiling socket2 v0.6.4
2026-07-09T09:30:07.3971055Z    Compiling getrandom v0.2.17
2026-07-09T09:30:07.6321030Z    Compiling rand v0.10.1
2026-07-09T09:30:07.6740802Z    Compiling uuid v1.23.2
2026-07-09T09:30:07.6983497Z    Compiling rand_core v0.6.4
2026-07-09T09:30:07.7502152Z    Compiling tinyvec_macros v0.1.1
2026-07-09T09:30:07.8530906Z    Compiling tinyvec v1.11.0
2026-07-09T09:30:07.8701174Z    Compiling want v0.3.1
2026-07-09T09:30:07.9979066Z    Compiling parking_lot v0.12.5
2026-07-09T09:30:08.0402131Z    Compiling block-buffer v0.12.0
2026-07-09T09:30:08.0998143Z    Compiling crypto-common v0.2.2
2026-07-09T09:30:08.1260678Z    Compiling sha2 v0.10.9
2026-07-09T09:30:08.2490362Z    Compiling inout v0.1.4
2026-07-09T09:30:08.3001815Z    Compiling cmake v0.1.58
2026-07-09T09:30:08.3290898Z    Compiling vergen-lib v9.1.0
2026-07-09T09:30:08.3445575Z    Compiling n0-future v0.3.2
2026-07-09T09:30:08.4030727Z    Compiling diatomic-waker v0.2.3
2026-07-09T09:30:08.4100234Z    Compiling httpdate v1.0.3
2026-07-09T09:30:08.4283704Z    Compiling cordyceps v0.3.4
2026-07-09T09:30:08.4321589Z    Compiling serde_json v1.0.150
2026-07-09T09:30:08.5784523Z    Compiling spin v0.10.0
2026-07-09T09:30:08.5947528Z    Compiling crossbeam-utils v0.8.21
2026-07-09T09:30:08.6586300Z    Compiling winnow v1.0.3
2026-07-09T09:30:08.6801083Z    Compiling parking v2.2.1
2026-07-09T09:30:08.6870564Z    Compiling signature v2.2.0
2026-07-09T09:30:08.7740415Z    Compiling cipher v0.4.4
2026-07-09T09:30:08.8574911Z    Compiling futures-buffered v0.2.13
2026-07-09T09:30:08.8726260Z    Compiling futures-lite v2.6.1
2026-07-09T09:30:08.8744996Z    Compiling ed25519 v2.2.3
2026-07-09T09:30:08.8851025Z    Compiling netlink-packet-core v0.8.1
2026-07-09T09:30:08.9024745Z    Compiling universal-hash v0.5.1
2026-07-09T09:30:08.9112389Z    Compiling vergen-lib v0.1.6
2026-07-09T09:30:08.9408913Z    Compiling vergen v9.1.0
2026-07-09T09:30:08.9483597Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-09T09:30:09.0328868Z    Compiling digest v0.11.3
2026-07-09T09:30:09.0500899Z    Compiling heapless v0.7.17
2026-07-09T09:30:09.0913434Z    Compiling noq-udp v0.10.0
2026-07-09T09:30:09.1507958Z    Compiling sync_wrapper v1.0.2
2026-07-09T09:30:09.1509674Z    Compiling byteorder v1.5.0
2026-07-09T09:30:09.2292003Z    Compiling opaque-debug v0.3.1
2026-07-09T09:30:09.2517311Z    Compiling allocator-api2 v0.2.21
2026-07-09T09:30:09.2715740Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-09T09:30:09.3264661Z    Compiling polyval v0.6.2
2026-07-09T09:30:09.3524502Z    Compiling aws-lc-sys v0.41.0
2026-07-09T09:30:09.3581012Z    Compiling ring v0.17.14
2026-07-09T09:30:09.3773830Z    Compiling libsqlite3-sys v0.30.1
2026-07-09T09:30:09.3789102Z    Compiling hash32 v0.2.1
2026-07-09T09:30:09.4134565Z    Compiling spin v0.9.8
2026-07-09T09:30:09.5901729Z    Compiling vergen-gitcl v1.0.8
2026-07-09T09:30:09.6137114Z    Compiling fallible-iterator v0.3.0
2026-07-09T09:30:09.6150393Z    Compiling ryu v1.0.23
2026-07-09T09:30:09.6710929Z    Compiling signature v3.0.0
2026-07-09T09:30:09.8045236Z    Compiling num_threads v0.1.7
2026-07-09T09:30:09.8237845Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-09T09:30:09.8420821Z    Compiling tower-layer v0.3.3
2026-07-09T09:30:09.9080257Z    Compiling time v0.3.47
2026-07-09T09:30:09.9370656Z    Compiling ghash v0.5.1
2026-07-09T09:30:09.9570842Z    Compiling sha2 v0.11.0-rc.5
2026-07-09T09:30:09.9670773Z    Compiling aes v0.8.4
2026-07-09T09:30:10.0457624Z    Compiling ctr v0.9.2
2026-07-09T09:30:10.0664908Z    Compiling fs2 v0.4.3
2026-07-09T09:30:10.0990629Z    Compiling http-body-util v0.1.3
2026-07-09T09:30:10.2545063Z    Compiling aead v0.5.2
2026-07-09T09:30:10.2876558Z    Compiling openssl-probe v0.2.1
2026-07-09T09:30:10.3190573Z    Compiling utf8parse v0.2.2
2026-07-09T09:30:10.3988582Z    Compiling arrayvec v0.7.6
2026-07-09T09:30:10.4010451Z    Compiling crossbeam-epoch v0.9.18
2026-07-09T09:30:10.4200642Z    Compiling crossbeam-channel v0.5.15
2026-07-09T09:30:10.5030848Z    Compiling blake3 v1.8.5
2026-07-09T09:30:10.5161230Z    Compiling netlink-packet-route v0.29.0
2026-07-09T09:30:10.7031836Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-09T09:30:10.7291824Z    Compiling aes-gcm v0.10.3
2026-07-09T09:30:10.7530705Z    Compiling memoffset v0.6.5
2026-07-09T09:30:10.8917395Z    Compiling acto v0.8.2
2026-07-09T09:30:10.9009965Z    Compiling noq v0.18.0
2026-07-09T09:30:10.9535900Z    Compiling netwatch v0.16.0
2026-07-09T09:30:11.0061563Z    Compiling ref-cast v1.0.25
2026-07-09T09:30:11.0221149Z    Compiling lru-slab v0.1.2
2026-07-09T09:30:11.2079167Z    Compiling foldhash v0.2.0
2026-07-09T09:30:11.2276247Z    Compiling rustc-hash v2.1.2
2026-07-09T09:30:11.2383337Z    Compiling xml-rs v0.8.28
2026-07-09T09:30:11.2471368Z    Compiling identity-hash v0.1.0
2026-07-09T09:30:11.3030805Z    Compiling sorted-index-buffer v0.2.1
2026-07-09T09:30:11.3230993Z    Compiling tagptr v0.2.0
2026-07-09T09:30:11.3486992Z    Compiling thiserror v1.0.69
2026-07-09T09:30:11.3726630Z    Compiling rustix v1.1.4
2026-07-09T09:30:11.4143733Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-09T09:30:11.4817719Z    Compiling mac-addr v0.3.0
2026-07-09T09:30:11.5060871Z    Compiling hashbrown v0.16.1
2026-07-09T09:30:11.8126083Z    Compiling netlink-packet-route v0.30.0
2026-07-09T09:30:11.8533132Z    Compiling errno v0.3.14
2026-07-09T09:30:11.9525183Z    Compiling termios v0.2.2
2026-07-09T09:30:12.0163791Z    Compiling ioctl-rs v0.1.6
2026-07-09T09:30:12.0880864Z    Compiling synstructure v0.13.2
2026-07-09T09:30:12.1410212Z    Compiling darling_core v0.20.11
2026-07-09T09:30:12.1686499Z    Compiling serde_derive_internals v0.29.1
2026-07-09T09:30:12.4471537Z    Compiling proc-macro-crate v3.5.0
2026-07-09T09:30:12.4631832Z    Compiling xmltree v0.10.3
2026-07-09T09:30:12.5471064Z    Compiling serial-core v0.4.0
2026-07-09T09:30:12.7320901Z    Compiling simple-dns v0.9.3
2026-07-09T09:30:12.7520838Z    Compiling aho-corasick v1.1.4
2026-07-09T09:30:12.7591243Z    Compiling constant_time_eq v0.4.2
2026-07-09T09:30:12.8451901Z    Compiling winnow v0.7.15
2026-07-09T09:30:12.9937600Z    Compiling sha1_smol v1.0.1
2026-07-09T09:30:13.0211506Z    Compiling linux-raw-sys v0.12.1
2026-07-09T09:30:13.0500764Z    Compiling arrayref v0.3.9
2026-07-09T09:30:13.1109602Z    Compiling signal-hook v0.3.18
2026-07-09T09:30:13.2966237Z    Compiling simdutf8 v0.1.5
2026-07-09T09:30:13.3071013Z    Compiling resolv-conf v0.7.6
2026-07-09T09:30:13.3160625Z    Compiling toml_write v0.1.2
2026-07-09T09:30:13.3213528Z    Compiling regex-syntax v0.8.10
2026-07-09T09:30:13.5230620Z    Compiling smol_str v0.1.24
2026-07-09T09:30:13.6743660Z    Compiling serial-unix v0.4.0
2026-07-09T09:30:13.7772979Z    Compiling lru v0.16.4
2026-07-09T09:30:13.9403584Z    Compiling darling_core v0.23.0
2026-07-09T09:30:13.9980842Z    Compiling signal-hook-registry v1.4.8
2026-07-09T09:30:14.1101087Z    Compiling serde_bytes v0.11.19
2026-07-09T09:30:14.3691188Z    Compiling serde_derive v1.0.228
2026-07-09T09:30:14.4097022Z    Compiling zeroize_derive v1.4.3
2026-07-09T09:30:14.4302056Z    Compiling tokio-macros v2.7.0
2026-07-09T09:30:14.4441098Z    Compiling zerofrom-derive v0.1.7
2026-07-09T09:30:15.1074756Z    Compiling zeroize v1.8.2
2026-07-09T09:30:15.3330687Z    Compiling tokio v1.52.3
2026-07-09T09:30:15.3451701Z    Compiling futures-macro v0.3.32
2026-07-09T09:30:15.8829622Z    Compiling yoke-derive v0.8.2
2026-07-09T09:30:15.9400758Z    Compiling zerovec-derive v0.11.3
2026-07-09T09:30:16.0711664Z    Compiling displaydoc v0.2.6
2026-07-09T09:30:16.1261517Z    Compiling tracing-attributes v0.1.31
2026-07-09T09:30:16.1731313Z    Compiling zerofrom v0.1.8
2026-07-09T09:30:16.3076438Z    Compiling rustls-pki-types v1.14.1
2026-07-09T09:30:16.6080942Z    Compiling futures-util v0.3.32
2026-07-09T09:30:17.0861065Z    Compiling thiserror-impl v2.0.18
2026-07-09T09:30:17.0944617Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-09T09:30:17.5235623Z    Compiling yoke v0.8.3
2026-07-09T09:30:17.6910531Z    Compiling darling_macro v0.20.11
2026-07-09T09:30:17.7419476Z    Compiling zerovec v0.11.6
2026-07-09T09:30:17.7693005Z    Compiling zerotrie v0.2.4
2026-07-09T09:30:17.9630641Z    Compiling derive_more-impl v2.1.1
2026-07-09T09:30:18.1232104Z    Compiling spez v0.1.2
2026-07-09T09:30:18.2090861Z    Compiling darling v0.20.11
2026-07-09T09:30:18.2202694Z    Compiling n0-error-macros v0.1.3
2026-07-09T09:30:18.3013264Z    Compiling derive_builder_core v0.20.2
2026-07-09T09:30:18.6180813Z    Compiling tinystr v0.8.3
2026-07-09T09:30:18.6710665Z    Compiling potential_utf v0.1.5
2026-07-09T09:30:18.8710578Z    Compiling icu_locale_core v2.2.0
2026-07-09T09:30:18.8871382Z    Compiling icu_collections v2.2.0
2026-07-09T09:30:19.0203543Z    Compiling der v0.8.0-rc.10
2026-07-09T09:30:19.3171863Z    Compiling pin-project-internal v1.1.13
2026-07-09T09:30:19.4950808Z    Compiling n0-error v0.1.3
2026-07-09T09:30:19.8370426Z    Compiling cobs v0.3.0
2026-07-09T09:30:19.8760336Z    Compiling derive_builder_macro v0.20.2
2026-07-09T09:30:19.9410889Z    Compiling postcard-derive v0.2.2
2026-07-09T09:30:20.0690786Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-09T09:30:20.2551563Z    Compiling icu_provider v2.2.0
2026-07-09T09:30:20.6140788Z    Compiling ipnet v2.12.0
2026-07-09T09:30:20.6271055Z    Compiling derive_builder v0.20.2
2026-07-09T09:30:20.7490837Z    Compiling icu_normalizer v2.2.0
2026-07-09T09:30:20.7793504Z    Compiling icu_properties v2.2.0
2026-07-09T09:30:20.9446404Z    Compiling spki v0.8.0-rc.4
2026-07-09T09:30:21.0584663Z    Compiling pin-project v1.1.13
2026-07-09T09:30:21.0804509Z    Compiling prefix-trie v0.8.4
2026-07-09T09:30:21.1126421Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-09T09:30:21.1721041Z    Compiling ed25519-dalek v2.2.0
2026-07-09T09:30:21.3621290Z    Compiling futures-executor v0.3.32
2026-07-09T09:30:21.5409551Z    Compiling once_cell v1.21.4
2026-07-09T09:30:21.5534266Z    Compiling spt-proto v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-09T09:30:21.5847144Z    Compiling futures v0.3.32
2026-07-09T09:30:21.6476096Z    Compiling ed25519 v3.0.0-rc.4
2026-07-09T09:30:21.7881749Z    Compiling tracing-core v0.1.36
2026-07-09T09:30:21.8689231Z    Compiling data-encoding-macro v0.1.20
2026-07-09T09:30:21.9481921Z    Compiling tokio-util v0.7.18
2026-07-09T09:30:22.0890837Z    Compiling netlink-sys v0.8.8
2026-07-09T09:30:22.2211697Z    Compiling hashbrown v0.14.5
2026-07-09T09:30:22.2680330Z    Compiling tower v0.5.3
2026-07-09T09:30:22.4490711Z    Compiling tracing v0.1.44
2026-07-09T09:30:22.6165568Z    Compiling idna_adapter v1.2.2
2026-07-09T09:30:22.7541448Z    Compiling idna v1.1.0
2026-07-09T09:30:22.8901039Z    Compiling postcard v1.1.3
2026-07-09T09:30:22.9064101Z    Compiling rustls-native-certs v0.8.4
2026-07-09T09:30:23.0399501Z    Compiling strum_macros v0.28.0
2026-07-09T09:30:23.1321834Z    Compiling h2 v0.4.14
2026-07-09T09:30:23.1411289Z    Compiling hashlink v0.9.1
2026-07-09T09:30:23.1490582Z    Compiling num_enum_derive v0.7.6
2026-07-09T09:30:23.1860865Z    Compiling async-trait v0.1.89
2026-07-09T09:30:23.3430455Z    Compiling derive_more v2.1.1
2026-07-09T09:30:23.4530872Z    Compiling url v2.5.8
2026-07-09T09:30:23.5160732Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-09T09:30:23.5261160Z    Compiling iroh-metrics-derive v0.4.1
2026-07-09T09:30:23.5450872Z    Compiling enum-assoc v1.3.0
2026-07-09T09:30:23.6471068Z    Compiling rusqlite v0.32.1
2026-07-09T09:30:23.6663164Z    Compiling n0-watcher v0.6.1
2026-07-09T09:30:23.9420687Z    Compiling iroh-relay v0.98.0
2026-07-09T09:30:23.9811055Z    Compiling tokio-stream v0.1.18
2026-07-09T09:30:24.0141432Z    Compiling netlink-proto v0.12.0
2026-07-09T09:30:24.0510807Z    Compiling iroh-metrics v0.38.3
2026-07-09T09:30:24.0929247Z    Compiling netdev v0.42.0
2026-07-09T09:30:24.2752156Z    Compiling moka v0.12.15
2026-07-09T09:30:24.2990508Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-09T09:30:24.4033242Z    Compiling iroh-base v0.98.0
2026-07-09T09:30:24.4861238Z    Compiling tower-http v0.6.11
2026-07-09T09:30:24.4926937Z    Compiling attohttpc v0.30.1
2026-07-09T09:30:24.5470447Z    Compiling num_enum v0.7.6
2026-07-09T09:30:24.5611397Z    Compiling serde_spanned v0.6.9
2026-07-09T09:30:24.6985270Z    Compiling toml_datetime v0.6.11
2026-07-09T09:30:24.7941161Z    Compiling thiserror-impl v1.0.69
2026-07-09T09:30:24.8347785Z    Compiling ref-cast-impl v1.0.25
2026-07-09T09:30:25.1411286Z    Compiling toml_edit v0.22.27
2026-07-09T09:30:25.3701522Z    Compiling spt-store v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-09T09:30:25.5481808Z    Compiling webpki-roots v1.0.7
2026-07-09T09:30:25.6190871Z    Compiling regex-automata v0.4.14
2026-07-09T09:30:25.6660911Z    Compiling schemars_derive v1.2.1
2026-07-09T09:30:25.7102348Z    Compiling seize v0.5.1
2026-07-09T09:30:26.1700821Z    Compiling hmac v0.12.1
2026-07-09T09:30:26.1971209Z    Compiling iroh v0.98.2
2026-07-09T09:30:26.2460949Z    Compiling strum v0.28.0
2026-07-09T09:30:26.2910683Z    Compiling cmov v0.5.4
2026-07-09T09:30:26.3284581Z    Compiling pin-utils v0.1.0
2026-07-09T09:30:26.3740575Z    Compiling iroh-dns v0.98.0
2026-07-09T09:30:26.3990499Z    Compiling bitflags v1.3.2
2026-07-09T09:30:26.4120647Z    Compiling dyn-clone v1.0.20
2026-07-09T09:30:26.5000881Z    Compiling rustix v0.38.44
2026-07-09T09:30:26.5439958Z    Compiling ctutils v0.4.2
2026-07-09T09:30:26.5841206Z    Compiling nix v0.25.1
2026-07-09T09:30:26.6710970Z    Compiling hkdf v0.12.4
2026-07-09T09:30:26.7982579Z    Compiling papaya v0.2.4
2026-07-09T09:30:26.8250406Z    Compiling filedescriptor v0.8.3
2026-07-09T09:30:26.8376460Z    Compiling backon v1.6.0
2026-07-09T09:30:26.9130873Z    Compiling darling_macro v0.23.0
2026-07-09T09:30:27.0784707Z    Compiling serial v0.4.0
2026-07-09T09:30:27.1167340Z    Compiling anstyle-parse v1.0.0
2026-07-09T09:30:27.1441343Z    Compiling vte_generate_state_changes v0.1.2
2026-07-09T09:30:27.1727999Z    Compiling shell-words v1.1.1
2026-07-09T09:30:27.2110912Z    Compiling colorchoice v1.0.5
2026-07-09T09:30:27.3241002Z    Compiling anstyle-query v1.1.5
2026-07-09T09:30:27.3501366Z    Compiling is_terminal_polyfill v1.70.2
2026-07-09T09:30:27.3590008Z    Compiling downcast-rs v1.2.1
2026-07-09T09:30:27.3690283Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-09T09:30:27.4244858Z    Compiling anstyle v1.0.14
2026-07-09T09:30:27.4521151Z    Compiling linux-raw-sys v0.4.15
2026-07-09T09:30:27.4720908Z    Compiling foldhash v0.1.5
2026-07-09T09:30:27.5361091Z    Compiling instability v0.3.12
2026-07-09T09:30:27.5460706Z    Compiling vte v0.13.1
2026-07-09T09:30:27.5590606Z    Compiling darling v0.23.0
2026-07-09T09:30:27.6590897Z    Compiling hashbrown v0.15.5
2026-07-09T09:30:27.7050777Z    Compiling anstream v1.0.0
2026-07-09T09:30:27.7600987Z    Compiling signal-hook-mio v0.2.5
2026-07-09T09:30:27.7888681Z    Compiling spake2 v0.4.0
2026-07-09T09:30:27.8603814Z    Compiling terminal_size v0.4.4
2026-07-09T09:30:28.0481058Z    Compiling strum_macros v0.26.4
2026-07-09T09:30:28.2574583Z    Compiling toml v0.8.23
2026-07-09T09:30:28.2681062Z    Compiling schemars v1.2.1
2026-07-09T09:30:28.2960565Z    Compiling itertools v0.13.0
2026-07-09T09:30:28.7040779Z    Compiling sha1 v0.10.6
2026-07-09T09:30:28.9563931Z    Compiling regex v1.12.3
2026-07-09T09:30:29.0271234Z    Compiling castaway v0.2.4
2026-07-09T09:30:29.1290613Z    Compiling unicode-width v0.1.14
2026-07-09T09:30:29.4240882Z    Compiling spt-msg v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-09T09:30:29.4370574Z    Compiling indoc v2.0.7
2026-07-09T09:30:29.6160827Z    Compiling doctest-file v1.1.1
2026-07-09T09:30:29.8439571Z    Compiling spt-runtime v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-09T09:30:29.9731491Z    Compiling hyper v1.10.1
2026-07-09T09:30:30.3943917Z    Compiling static_assertions v1.1.0
2026-07-09T09:30:30.4161068Z    Compiling clap_lex v1.1.0
2026-07-09T09:30:30.4693757Z    Compiling compact_str v0.8.2
2026-07-09T09:30:30.6301224Z    Compiling unicode-truncate v1.1.0
2026-07-09T09:30:30.6908071Z    Compiling clap_builder v4.6.0
2026-07-09T09:30:30.7813173Z    Compiling interprocess v2.4.2
2026-07-09T09:30:30.9658541Z    Compiling strum v0.26.3
2026-07-09T09:30:31.1541053Z    Compiling crossterm v0.28.1
2026-07-09T09:30:31.2050402Z    Compiling lru v0.12.5
2026-07-09T09:30:31.3980520Z    Compiling portable-pty v0.8.1
2026-07-09T09:30:31.4220414Z    Compiling clap_derive v4.6.1
2026-07-09T09:30:31.6461413Z    Compiling iana-time-zone v0.1.65
2026-07-09T09:30:31.7260866Z    Compiling unicode-width v0.2.0
2026-07-09T09:30:31.8350812Z    Compiling cassowary v0.3.0
2026-07-09T09:30:32.1001612Z    Compiling spt-term v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-09T09:30:32.2011876Z    Compiling hyper-util v0.1.20
2026-07-09T09:30:32.2155220Z    Compiling chrono v0.4.45
2026-07-09T09:30:32.4360721Z    Compiling ratatui v0.29.0
2026-07-09T09:30:32.7190889Z    Compiling nucleo-matcher v0.3.1
2026-07-09T09:30:32.8212692Z    Compiling qrcode v0.14.1
2026-07-09T09:30:32.9140954Z    Compiling tempfile v3.27.0
2026-07-09T09:30:33.8627817Z    Compiling spt-live v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-09T09:30:34.2430937Z    Compiling clap v4.6.1
2026-07-09T09:30:34.5352690Z    Compiling igd-next v0.17.1
2026-07-09T09:30:35.8151386Z    Compiling portmapper v0.16.0
2026-07-09T09:30:42.4483866Z    Compiling rustls-webpki v0.103.13
2026-07-09T09:30:45.1865679Z    Compiling tokio-rustls v0.26.4
2026-07-09T09:30:45.1866313Z    Compiling noq-proto v0.17.0
2026-07-09T09:30:45.1866815Z    Compiling rustls-platform-verifier v0.7.0
2026-07-09T09:30:45.3387466Z    Compiling hyper-rustls v0.27.9
2026-07-09T09:30:45.3388051Z    Compiling hickory-net v0.26.0-beta.4
2026-07-09T09:30:45.3388511Z    Compiling tokio-websockets v0.13.2
2026-07-09T09:30:45.4888451Z    Compiling reqwest v0.13.4
2026-07-09T09:30:46.5433329Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-09T09:31:02.6617899Z    Compiling spt-net v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-09T09:31:04.2802219Z    Compiling spt-daemon v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-09T09:31:13.4243187Z    Compiling spt v0.30.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-09T09:31:18.7399192Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
2026-07-09T09:31:18.7621704Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-74aaf9215df840d7)
2026-07-09T09:31:18.7635050Z 
2026-07-09T09:31:18.7635213Z running 1 test
2026-07-09T09:31:24.9628228Z test new_brain_serves_against_old_broker ... ok
2026-07-09T09:31:24.9628543Z 
2026-07-09T09:31:24.9628839Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.20s
2026-07-09T09:31:24.9629367Z 
2026-07-09T09:31:24.9874413Z Post job cleanup.
2026-07-09T09:31:25.0670808Z [command]/usr/bin/git version
2026-07-09T09:31:25.0708060Z git version 2.43.0
2026-07-09T09:31:25.0741879Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/08bf0cee-30f2-41ee-b9fd-da9ef49fa2a4' before making global git config changes
2026-07-09T09:31:25.0742575Z Adding repository directory to the temporary git global config as a safe directory
2026-07-09T09:31:25.0746116Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-09T09:31:25.0782488Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-09T09:31:25.0810842Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-09T09:31:25.1005475Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-09T09:31:25.1024351Z http.https://github.com/.extraheader
2026-07-09T09:31:25.1031840Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-09T09:31:25.1072176Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-09T09:31:25.1302179Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-09T09:31:25.1328629Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-09T09:31:25.1650946Z Cleaning up orphan processes
2026-07-09T09:31:25.2237549Z Terminate orphan process: pid (2497376) (spt)
